home *** CD-ROM | disk | FTP | other *** search
/ PC World Interactive 4 / PC World Interactive 4.iso / oyun / patien20.exe / PATIENCE.EXE / 0 / RCDATA / TWHOAREYOUDLG / TWHOAREYOUDLG.txt
Text File  |  1997-11-19  |  2KB  |  93 lines

  1. object WhoAreYouDlg: TWhoAreYouDlg
  2.   Left = 591
  3.   Top = 159
  4.   BorderStyle = bsDialog
  5.   Caption = 'Who are you?'
  6.   ClientHeight = 238
  7.   ClientWidth = 335
  8.   Font.Charset = DEFAULT_CHARSET
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   PixelsPerInch = 96
  16.   TextHeight = 13
  17.   object Bevel1: TBevel
  18.     Left = 8
  19.     Top = 8
  20.     Width = 321
  21.     Height = 185
  22.     Shape = bsFrame
  23.   end
  24.   object Label1: TLabel
  25.     Left = 24
  26.     Top = 24
  27.     Width = 291
  28.     Height = 13
  29.     Caption = 'This game needs an identifier to keep track of you.'
  30.     Font.Charset = DEFAULT_CHARSET
  31.     Font.Color = clWindowText
  32.     Font.Height = -11
  33.     Font.Name = 'MS Sans Serif'
  34.     Font.Style = [fsBold]
  35.     ParentFont = False
  36.   end
  37.   object Label2: TLabel
  38.     Left = 24
  39.     Top = 48
  40.     Width = 252
  41.     Height = 13
  42.     Caption = 'An obvious choice would be your first name.'
  43.     Font.Charset = DEFAULT_CHARSET
  44.     Font.Color = clWindowText
  45.     Font.Height = -11
  46.     Font.Name = 'MS Sans Serif'
  47.     Font.Style = [fsBold]
  48.     ParentFont = False
  49.   end
  50.   object Label3: TLabel
  51.     Left = 24
  52.     Top = 80
  53.     Width = 224
  54.     Height = 13
  55.     Caption = 'Enter one below, or select from the list.'
  56.     Font.Charset = DEFAULT_CHARSET
  57.     Font.Color = clWindowText
  58.     Font.Height = -11
  59.     Font.Name = 'MS Sans Serif'
  60.     Font.Style = [fsBold]
  61.     ParentFont = False
  62.   end
  63.   object OKBtn: TButton
  64.     Left = 131
  65.     Top = 204
  66.     Width = 75
  67.     Height = 25
  68.     Caption = 'OK'
  69.     Default = True
  70.     ModalResult = 1
  71.     TabOrder = 0
  72.     OnClick = OKBtnClick
  73.   end
  74.   object AskChkBox: TCheckBox
  75.     Left = 40
  76.     Top = 156
  77.     Width = 97
  78.     Height = 17
  79.     Caption = 'Ask at startup.'
  80.     State = cbChecked
  81.     TabOrder = 1
  82.     OnClick = AskChkBoxClick
  83.   end
  84.   object NameCombo: TComboBox
  85.     Left = 36
  86.     Top = 116
  87.     Width = 145
  88.     Height = 21
  89.     ItemHeight = 13
  90.     TabOrder = 2
  91.   end
  92. end
  93.